home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Guide.aspx671 < prev    next >
Text File  |  2008-02-23  |  5KB  |  95 lines

  1. <%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
  3. <%@ Page language="c#" Inherits="gbweb.guide" CodeFile="Guide.aspx.cs" culture="auto" uiculture="auto" %>
  4.  
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  6. <HTML>
  7.     <HEAD>
  8.         <title>GBPVR - TV Guide</title>
  9.         <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  10.         <meta content="C#" name="CODE_LANGUAGE">
  11.         <meta content="JavaScript" name="vs_defaultClientScript">
  12.         <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  13.         <link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
  14.         <link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
  15.         <script language="javascript" src="public/popup.js"></script>
  16.         <script language="javascript" src="public/scrolling.js"></script>
  17.         <script language="javascript" src="public/Ajax.js"></script>
  18.     </HEAD>
  19.     <body class="tabbedpage" onload="GetServerTime(),GetReminders(), fixScrolling('hdnScrollState')">
  20.         <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
  21.             <Services>
  22.                 <asp:ServiceReference Path="~/AjaxService.asmx" />
  23.             </Services>
  24.         </asp:ScriptManager>
  25.         <form id="Form1" runat="server">
  26.       <input runat="server" type="hidden" id="hdnScrollState" class="tbg" style="width: 39px" />
  27.             <!-- Topbar begin -->
  28.             <gbpvr:Header id="header" runat="server" ActiveTab="guide" />
  29.             <!-- Topbar end -->
  30.             <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  31.                 <tr>
  32.                     <td align=left valign=top><IMG height="14" src="public/t.gif" width="1" border="0"></td>
  33.                     <td>
  34.                     <table cellSpacing="0" border="0" cellpadding="0">
  35.                         <tr>
  36.                             <td align=left valign=top id=timeDiv class=time></td>
  37.                             <td align=left valign=top><IMG height="1" src="public/t.gif" width="15" border="0"></td>
  38.                             <td align=left valign=top id=REMINDER_DIV class=time ></td>
  39.                         </tr>    
  40.                     </table>
  41.                     </td>
  42.                 </tr>
  43.                 <tr>
  44.                     <td width="10"><IMG height="1" src="public/t.gif" width="10" border="0"></td>
  45.                     <td width="99%">
  46.                         <!-- Current date and jump to: dropdowns table -->
  47.                         <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  48.                             <tr>
  49.                                 <td class="cline" width="99%"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  50.                                 <td class="cline" width="1"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  51.                                 <td width="1%"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  52.                             </tr>
  53.                             <tr>
  54.                                 <td width="99%" valign="bottom"><span style="float: right"><a href="ColorCoding.aspx" onclick="EditPop4(this.href,'Add0');return false;" class="listing">Coloring Guide</a><IMG height="1" src="public/t.gif" width="4" border="0"></span>
  55.                                     <span style="float: right; width: 116px;"><a href="ManualRecord.aspx" onclick="EditPop3(this.href,'Add0');return false;" class="listing">Manual Record</a><IMG height="1" src="public/t.gif" width="4" border="0"></span>
  56.                                     <span class="date"><b><asp:label id="viewingDate" runat="server">viewingDate</asp:label></b></span></td>
  57.                                 <td class="cline" width="1"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  58.                                 <td width="1%">
  59.                                     <table cellSpacing="0" cellPadding="3" border="0">
  60.                                         <tr>
  61.                                             <td class="listing"><strong>Genre:</strong></td>
  62.                                             <td><asp:DropDownList id="genreList" runat="server"></asp:DropDownList></td>
  63.                                             <td class="listing"><strong>Date:</strong></td>
  64.                                             <td><asp:dropdownlist id="dateJump" runat="server"></asp:dropdownlist></td>
  65.                                             <td><asp:dropdownlist id="timeJump" runat="server"></asp:dropdownlist></td>
  66.                                             <td><asp:LinkButton id="GoButton" runat="server" CssClass="btn-normal-tiny" onclick="GoButton_Click">
  67.                                                     <span>Go!</span></asp:LinkButton></td>
  68.                                         </tr>
  69.                                     </table>
  70.                                 </td>
  71.                             </tr>
  72.                             <tr>
  73.                                 <td width="99%"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  74.                                 <td class="cline" width="1"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  75.                                 <td width="1%" class="cline"><IMG height="1" src="public/t.gif" width="1" border="0"></td>
  76.                             </tr>
  77.                         </table>
  78.                         <!-- Current date and jump to: dropdowns table end -->
  79.                         <IMG height="10" src="public/t.gif" width="1" border="0"><br>
  80.                         <!-- Listings table -->
  81.                         <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  82.                             <tr>
  83.                                 <td class="tborder"><asp:table id="guideView" runat="server" BorderWidth="0" CellSpacing="1" CellPadding="6" Width="100%"></asp:table></td>
  84.                             </tr>
  85.                         </table>
  86.                         <!-- Listings table end -->
  87.                         <gbpvr:Footer id="footer" runat="server" />
  88.                     </td>
  89.                     <td width="10"><IMG height="71" src="public/t.gif" width="10" border="0"></td>
  90.                 </tr>
  91.             </table>
  92.         </form>
  93.     </body>
  94. </HTML>
  95.